home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / temacd / wiagra / setup.exe / {app} / libmcl-2.8.1b11.dll / RCDATA / TFRMDLGAVI / TFRMDLGAVI.txt
Text File  |  2003-07-03  |  8KB  |  377 lines

  1. object frmDlgAVI: TfrmDlgAVI
  2.   Left = 301
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 412
  6.   ClientWidth = 450
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object btnOK: TBitBtn
  17.     Left = 269
  18.     Top = 372
  19.     Width = 84
  20.     Height = 28
  21.     Caption = 'OK'
  22.     Default = True
  23.     ModalResult = 1
  24.     TabOrder = 0
  25.     NumGlyphs = 4
  26.   end
  27.   object btnCancel: TBitBtn
  28.     Left = 353
  29.     Top = 372
  30.     Width = 84
  31.     Height = 28
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.     NumGlyphs = 4
  37.   end
  38.   object PageControl1: TPageControl
  39.     Left = 1
  40.     Top = 1
  41.     Width = 449
  42.     Height = 356
  43.     ActivePage = TabSheet1
  44.     TabOrder = 2
  45.     object TabSheet1: TTabSheet
  46.       Caption = 'Codec Settings'
  47.       object labCompressor: TLabel
  48.         Left = 15
  49.         Top = 55
  50.         Width = 58
  51.         Height = 13
  52.         Caption = '&Compressor:'
  53.       end
  54.       object labQualTitle: TLabel
  55.         Left = 15
  56.         Top = 215
  57.         Width = 98
  58.         Height = 13
  59.         Caption = 'Compression &Quality:'
  60.       end
  61.       object labQuality: TLabel
  62.         Left = 125
  63.         Top = 215
  64.         Width = 6
  65.         Height = 13
  66.         Caption = '0'
  67.       end
  68.       object labShow: TLabel
  69.         Left = 15
  70.         Top = 10
  71.         Width = 30
  72.         Height = 13
  73.         Caption = '&Show:'
  74.         FocusControl = lstWhat
  75.       end
  76.       object labKFM: TLabel
  77.         Left = 171
  78.         Top = 264
  79.         Width = 31
  80.         Height = 13
  81.         Caption = 'frames'
  82.       end
  83.       object labDataRate: TLabel
  84.         Left = 171
  85.         Top = 290
  86.         Width = 51
  87.         Height = 13
  88.         Caption = 'kilobytes/s'
  89.       end
  90.       object lstCodecs: TListBox
  91.         Left = 14
  92.         Top = 71
  93.         Width = 227
  94.         Height = 134
  95.         ItemHeight = 13
  96.         TabOrder = 0
  97.         OnClick = lstCodecsClick
  98.       end
  99.       object barQuality: TScrollBar
  100.         Left = 14
  101.         Top = 232
  102.         Width = 227
  103.         Height = 16
  104.         Ctl3D = True
  105.         ParentCtl3D = False
  106.         TabOrder = 1
  107.         OnChange = barQualityChange
  108.       end
  109.       object lstWhat: TComboBox
  110.         Left = 14
  111.         Top = 26
  112.         Width = 227
  113.         Height = 21
  114.         Style = csDropDownList
  115.         ItemHeight = 13
  116.         TabOrder = 2
  117.         OnChange = lstWhatChange
  118.       end
  119.       object chkKFM: TCheckBox
  120.         Left = 14
  121.         Top = 262
  122.         Width = 103
  123.         Height = 17
  124.         Caption = '&Key Frame Every'
  125.         TabOrder = 3
  126.         OnClick = chkKFMClick
  127.       end
  128.       object chkDataRate: TCheckBox
  129.         Left = 14
  130.         Top = 288
  131.         Width = 97
  132.         Height = 17
  133.         Caption = '&Data Rate'
  134.         TabOrder = 4
  135.         OnClick = chkDataRateClick
  136.       end
  137.       object edKFM: TEdit
  138.         Left = 121
  139.         Top = 261
  140.         Width = 43
  141.         Height = 21
  142.         TabOrder = 5
  143.       end
  144.       object edDataRate: TEdit
  145.         Left = 121
  146.         Top = 287
  147.         Width = 43
  148.         Height = 21
  149.         TabOrder = 6
  150.       end
  151.       object btnConfig: TButton
  152.         Left = 327
  153.         Top = 215
  154.         Width = 75
  155.         Height = 25
  156.         Caption = 'Con&figure...'
  157.         TabOrder = 7
  158.         OnClick = btnConfigClick
  159.       end
  160.       object btnAbout: TButton
  161.         Left = 327
  162.         Top = 241
  163.         Width = 75
  164.         Height = 25
  165.         Caption = '&About...'
  166.         TabOrder = 8
  167.         OnClick = btnAboutClick
  168.       end
  169.       object boxCodecInfo: TGroupBox
  170.         Left = 254
  171.         Top = 66
  172.         Width = 176
  173.         Height = 139
  174.         Caption = 'Codec Information'
  175.         TabOrder = 9
  176.         object Label10: TLabel
  177.           Left = 9
  178.           Top = 79
  179.           Width = 85
  180.           Height = 13
  181.           Caption = 'Image Resolution:'
  182.         end
  183.         object Label11: TLabel
  184.           Left = 20
  185.           Top = 96
  186.           Width = 34
  187.           Height = 13
  188.           Caption = 'Before:'
  189.         end
  190.         object labInRes: TLabel
  191.           Left = 62
  192.           Top = 96
  193.           Width = 42
  194.           Height = 13
  195.           Caption = 'labInRes'
  196.           Font.Charset = DEFAULT_CHARSET
  197.           Font.Color = clNavy
  198.           Font.Height = -11
  199.           Font.Name = 'MS Sans Serif'
  200.           Font.Style = []
  201.           ParentFont = False
  202.         end
  203.         object labOutRes: TLabel
  204.           Left = 62
  205.           Top = 113
  206.           Width = 50
  207.           Height = 13
  208.           Caption = 'labOutRes'
  209.           Font.Charset = DEFAULT_CHARSET
  210.           Font.Color = clNavy
  211.           Font.Height = -11
  212.           Font.Name = 'MS Sans Serif'
  213.           Font.Style = []
  214.           ParentFont = False
  215.         end
  216.         object Label6: TLabel
  217.           Left = 9
  218.           Top = 26
  219.           Width = 38
  220.           Height = 13
  221.           Caption = 'FourCC:'
  222.         end
  223.         object labFCC: TLabel
  224.           Left = 62
  225.           Top = 26
  226.           Width = 34
  227.           Height = 13
  228.           Caption = 'labFCC'
  229.           Font.Charset = DEFAULT_CHARSET
  230.           Font.Color = clNavy
  231.           Font.Height = -11
  232.           Font.Name = 'MS Sans Serif'
  233.           Font.Style = []
  234.           ParentFont = False
  235.         end
  236.         object Label14: TLabel
  237.           Left = 9
  238.           Top = 43
  239.           Width = 43
  240.           Height = 13
  241.           Caption = 'Encoder:'
  242.         end
  243.         object labEncode: TLabel
  244.           Left = 62
  245.           Top = 43
  246.           Width = 51
  247.           Height = 13
  248.           Caption = 'labEncode'
  249.           Font.Charset = DEFAULT_CHARSET
  250.           Font.Color = clNavy
  251.           Font.Height = -11
  252.           Font.Name = 'MS Sans Serif'
  253.           Font.Style = []
  254.           ParentFont = False
  255.         end
  256.         object Label2: TLabel
  257.           Left = 20
  258.           Top = 113
  259.           Width = 25
  260.           Height = 13
  261.           Caption = 'After:'
  262.         end
  263.       end
  264.       object Button1: TButton
  265.         Left = 306
  266.         Top = 291
  267.         Width = 117
  268.         Height = 25
  269.         Caption = 'System Defaults...'
  270.         TabOrder = 10
  271.         OnClick = Button1Click
  272.       end
  273.     end
  274.     object TabSheet2: TTabSheet
  275.       Caption = 'Author Info'
  276.       object Label1: TLabel
  277.         Left = 15
  278.         Top = 10
  279.         Width = 23
  280.         Height = 13
  281.         Caption = 'Artist'
  282.       end
  283.       object Label3: TLabel
  284.         Left = 15
  285.         Top = 55
  286.         Width = 44
  287.         Height = 13
  288.         Caption = 'Comment'
  289.       end
  290.       object Label4: TLabel
  291.         Left = 15
  292.         Top = 100
  293.         Width = 44
  294.         Height = 13
  295.         Caption = 'Copyright'
  296.       end
  297.       object Label5: TLabel
  298.         Left = 15
  299.         Top = 145
  300.         Width = 42
  301.         Height = 13
  302.         Caption = 'Engineer'
  303.       end
  304.       object Label7: TLabel
  305.         Left = 15
  306.         Top = 190
  307.         Width = 28
  308.         Height = 13
  309.         Caption = 'Name'
  310.       end
  311.       object Label8: TLabel
  312.         Left = 15
  313.         Top = 235
  314.         Width = 37
  315.         Height = 13
  316.         Caption = 'Product'
  317.       end
  318.       object Label9: TLabel
  319.         Left = 15
  320.         Top = 280
  321.         Width = 36
  322.         Height = 13
  323.         Caption = 'Subject'
  324.       end
  325.       object edArtist: TEdit
  326.         Left = 15
  327.         Top = 25
  328.         Width = 412
  329.         Height = 21
  330.         TabOrder = 0
  331.       end
  332.       object edComment: TEdit
  333.         Left = 15
  334.         Top = 70
  335.         Width = 412
  336.         Height = 21
  337.         TabOrder = 1
  338.       end
  339.       object edCopyright: TEdit
  340.         Left = 15
  341.         Top = 115
  342.         Width = 412
  343.         Height = 21
  344.         TabOrder = 2
  345.       end
  346.       object edEngineer: TEdit
  347.         Left = 15
  348.         Top = 160
  349.         Width = 412
  350.         Height = 21
  351.         TabOrder = 3
  352.       end
  353.       object edName: TEdit
  354.         Left = 15
  355.         Top = 205
  356.         Width = 412
  357.         Height = 21
  358.         TabOrder = 4
  359.       end
  360.       object edProduct: TEdit
  361.         Left = 15
  362.         Top = 250
  363.         Width = 412
  364.         Height = 21
  365.         TabOrder = 5
  366.       end
  367.       object edSubject: TEdit
  368.         Left = 15
  369.         Top = 295
  370.         Width = 412
  371.         Height = 21
  372.         TabOrder = 6
  373.       end
  374.     end
  375.   end
  376. end
  377.